

<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><script language="javascript">
    function PopupWindow(strURL)
	{			
		window.open(strURL,"",'height=200,width=750,scrollbars=yes,toolbar=yes,resizable=yes,status=yes,titlebar=yes,menubar=yes,location=yes');
	}
	//function SwapImage(name,path)
	//{	
		//alert("name = " + name + " path = " + path)	;
		//alert(document[name].src);		
		//document[name].src = path;
		//alert(document[name].src);
		
   	//}
</script>



<script language="JavaScript">

//////////F12 disable code////////////////////////
    document.onkeypress = function (event) {
        event = (event || window.event);
        if (event.keyCode == 123) {
           //alert('No F-12');
            return false;
        }
    }
    document.onmousedown = function (event) {
        event = (event || window.event);
        if (event.keyCode == 123) {
            //alert('No F-keys');
            return false;
        }
    }
document.onkeydown = function (event) {
        event = (event || window.event);
        if (event.keyCode == 123) {
            //alert('No F-keys');
            return false;
        }
    }
/////////////////////end///////////////////////


//Disable right click script 
//visit http://www.rainbow.arch.scriptmania.com/scripts/ 
var message="Sorry, right-click has been disabled"; 
/////////////////////////////////// 
function clickIE() {if (document.all) {(message);return false;}} 
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) { 
if (e.which==2||e.which==3) {(message);return false;}}} 
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} 
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} 
document.oncontextmenu=new Function("return false") 
// 
function disableCtrlKeyCombination(e)
{
//list all CTRL + key combinations you want to disable
var forbiddenKeys = new Array('n','j','w','s');
var key;
var isCtrl;
if(window.event)
{
key = window.event.keyCode;     //IE
if(window.event.ctrlKey)
isCtrl = true;
else
isCtrl = false;
}
else
{
key = e.which;     //firefox
if(e.ctrlKey)
isCtrl = true;
else
isCtrl = false;
}
//if ctrl is pressed check if other key is in forbidenKeys array
if(isCtrl)
{
for(i=0; i<forbiddenKeys.length; i++)
{
//case-insensitive comparation
if(forbiddenKeys[i].toLowerCase() == String.fromCharCode(key).toLowerCase())
{
alert('Key combination CTRL + '+String.fromCharCode(key) +' has been disabled.');
return false;
}
}
}
return true;
}
</script>
	
	
	
		<title>DHL: Login</title>	
			
				<meta name="keywords" content="dhl, airborne, airborne express, airborne-express, airbourne, airborn, shipping, shipment, overnight, express, freight, transportation, logistics, aircourier, Sky Courier, mail, air cargo, carrier, warehousing, tracking, delivery, package, distribution, same-day, next-day, second-day, Lightship, Libra, Flight-Ready, air express, DHL Same Day">
			
					
		

<link rel="styleSheet" href="./index_files/style_common.css" type="text/css">


<link rel="styleSheet" href="./index_files/style_conv.css" type="text/css">

<link rel="shortcut icon" href="" type="image/vnd.microsoft.icon">
<link rel="icon" href="" type="image/vnd.microsoft.icon">
		

		
		<script language="javascript" type="text/javascript">
			//<!--
			//sub:WriteLoginHTML()
			var isNN4 = document.layers;
		 
				
				function CheckForKeyPressLeft13() {
				
					if(window.event.keyCode==13)
					{
						if (window.event.srcElement.name == 'q')
							SearchSubmit();
						else
							if (window.event.srcElement.name == 'username')
							  submitLoginRequest();
					}				
				}
				
			
			
			function SwapImage(name,path)
			{	
						
				document[name].src = path;
	
   			}
			// load all hover image objects
			loadImages("/core/images");
		
			// function redirects user to selected services drop down item
			function goService() {
				var objSel = document.frmServices.selProfile;
				if (objSel.options[objSel.selectedIndex].value != '')
					doc = objSel.options[objSel.selectedIndex].value;
			}
			function goodBrowser()
			/*	Checks if user has cookies turned on. */
			{
				if (!document.cookie) document.cookie="enabled=true";	//if no cookie, try to set one
				if (!document.cookie) return false;						//if no cookie, no good
				return true;
			}

			
			if (! goodBrowser() ) doc = ""
			
			function PopNewWindow(strURL)
			{	
			settings = "left=20,top=20,height=500,width=600,scrollbars=yes,status=yes,location=no,toolbar=yes,resizable=yes"
			nWin = window.open(strURL,"Win",settings);
			nWin.focus();
			}
			
			//Function added to change Proview pop up window size to 800*600
			function PopNewWindowProview()
			{	
			var path = ""			
			settings = "left=20,top=20,height=600,width=800,scrollbars=yes,status=yes,location=no,toolbar=yes,resizable=yes"
			nWin = window.open(path + "/sso/login_main.asp?hdnSiteId=7&amp;nav=Login","Win",settings);
			
			nWin.focus();
			}
			
			function PopNewWindow1(strURL)
			{	
			settings = "left=20,top=20,height=500,width=750,scrollbars=yes,status=yes,location=yes,toolbar=yes,resizable=yes"
			nWin = window.open(strURL,"Win",settings);
			nWin.focus();
			}
			
			function PopNewWindowHometown(strURL)
			{	
			settings = "left=130,top=20,height=550,width=750,scrollbars=yes,status=yes,location=no,toolbar=yes,resizable=yes"
			nWin = window.open(strURL,"Win",settings);
			nWin.focus();
			}
			
			function PopMi3NewWindow(strURL)
			{	
			settings = "left=20,top=20,height=600,width=830,scrollbars=yes,status=yes,location=no,toolbar=yes,resizable=yes"
			nWin = window.open(strURL,"Win",settings);
			nWin.focus();
			}
			
			function PopCustServWindow(strURL)
			{	
			settings = "left=20,top=20,height=600,width=830,scrollbars=yes,status=yes,location=no,toolbar=yes,resizable=yes"
			nWin = window.open(strURL,"Win",settings);
			nWin.focus();
			}
			function PopDemoWindow()
			{	
			var path = ""
		
		//	settings = "left=20,top=20,height=530,width=795,scrollbars=no,status=yes,location=yes,toolbar=yes,resizable=yes"
			settings = "left="+((screen.width/2)- 397.5)+", top="+((screen.height/2) - 265)+",height=530,width=795,scrollbars=no,status=no,location=no,toolbar=no,resizable=no"
			
			nWin = window.open(path + "/home/demo/index.asp","Win",settings);
			nWin.focus();
			}
			function PopProViewDemoWindow(mypage,myname,w,h,scroll,center)
			{
			var win=null;	
			LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;	
			settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
 			if (!win || win.closed)
  				{
    				win=window.open(mypage,myname,settings);
 			 	}
 			 	else
 			 	{
   				win.focus();
    				win.location.href=mypage
  				}
			}
			//New script added
			// change this to modify the amount of time (in milliseconds) before the popup appears 
	
	
    
    function getCookie(name){
        var pos = document.cookie.indexOf(name);
        if(pos == -1){return false;}
        var start = pos + name.length + 1;
        var end = document.cookie.indexOf(';',start);
        if(end == -1){
            end = document.cookie.length;
        }
        var value = document.cookie.substring(start, end);
        return unescape(value);
    }
    
    function setCookie(name, value){
        var theCookie = name+"=" + value + "; ";
        document.cookie = theCookie;
    }

    function popup_window() {
        if (getCookie('timeout') != 1) {
            webVoicePop('Template=27170');
            setCookie('timeout',1);
        }
    }

    function btn_popup_window() {
        webVoicePop('Template=59695','guitext1=ACNT','Var3=ACNT');
        setCookie('timeout',1);
    }

			//End of new script
			//-->SSSS
		</script>
		

	<script language="Javascript">
	<!--
	gVersion="1.0";
	//-->
	</script>
	<script language="Javascript1.1"><!--
	gVersion="1.1";
	//-->
	</script>
	<script language="Javascript1.2"><!--
	gVersion="1.2";
	var RE={"%09":/\t/g, "%20":/ /g, "%23":/\#/g,"%26":/\&/g,"%2B":/\+/g,"%3F":/\?/g,"%5C":/\\/g};
	//-->
	</script>
	<script language="Javascript1.3"><!--
	gVersion="1.3";
	//-->
	</script>
	<script language="Javascript1.4"><!--
	gVersion="1.4";
	//-->
	</script>
	<script language="Javascript1.5"><!--
	gVersion="1.5";
	//-->
	</script>
	<script language="Javascript"><!--
	var gDcsId = "dcsmtudds10000wkt1ghg7vrr_9c8l";
	//-->
	</script>
	<!-- New WebTrends tagging -->
	<!-- 07/03/12 Mike Hiramine -->
	<script type="text/javascript">
	/* <![CDATA[ */
	var countrydomainname='.dhl-usa.com';
	var countrydcsid = "dcsmtudds10000wkt1ghg7vrr_9c8l";
	//]]>
	</script>
	<!-- START OF SmartSource Data Collector TAG -->
	<!-- Copyright (c) 1996-2010 WebTrends Inc.  All rights reserved. -->
	<!-- Version: 9.3.0 -->
	<!-- Tag Builder Version: 3.1  -->
	<!-- Created: 9/17/2010 3:47:39 PM -->
	
	<!-- ----------------------------------------------------------------------------------- -->
	<!-- Warning: The two script blocks below must remain inline. Moving them to an external -->
	<!-- JavaScript include file can cause serious problems with cross-domain tracking.      -->
	<!-- ----------------------------------------------------------------------------------- -->
	<!--<script LANGUAGE="javascript" src="/core/js/utilDatacollection.js" type="text/javascript"></script>-->
	<script type="text/javascript">
	//<![CDATA[
	var _tag;
	_tag=new WebTrends();
	
	_tag.dcsGetId();
	//]]>
	</script>
	<script type="text/javascript">
	//<![CDATA[
	_tag.dcsCustom=function(){
	// Add custom parameters here.
	//_tag.DCSext.param_name=param_value;
	}
	_tag.dcsCollect();
	//]]>
	</script>
	<!--<script LANGUAGE="javascript" src="/core/js/utilDatacollection.js" type="text/javascript"></script>-->
	<noscript>
	&lt;img BORDER="0" NAME="DCSIMG" WIDTH="1" HEIGHT="1" SRC=""&gt;
	</noscript>
	<!-- Google Code for Remarketing Tag -->
	<!--------------------------------------------------
	Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on:
	--------------------------------------------------->
	<script type="text/javascript">
	/* <![CDATA[ */
	var google_conversion_id = 989318354;
	var google_custom_params = window.google_tag_params;
	var google_remarketing_only = true;
	/* ]]> */
	</script>
	</script></head>
	<body onLoad="init();" onResize="if (document.layers){doc.reload();}" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff" onkeypress="return disableCtrlKeyCombination(event);" onkeydown="return disableCtrlKeyCombination(event);"><iframe name="google_conversion_frame" title="Google conversion frame" width="300" height="13" src="./index_files/saved_resource.html" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe>
	<noscript>
	&lt;div style="display:inline;"&gt;
	&lt;img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/989318354/?value=0&amp;amp;guid=ON&amp;amp;script=0"/&gt;
	&lt;/div&gt;
	</noscript>

	<script language="javascript" type="text/javascript">
	<!--
	function init(){
		var LoginIdValue
		LoginIdValue = (document.frmMain.txtLoginId.value);
		if (LoginIdValue == ''){
			document.frmMain.txtLoginId.focus();
		}
		else{
			document.frmMain.username.focus();
		}
	}
	
	function frmForgot_onclick()
	/*	Persists value for LoginID and submits the form to Forgot.asp. */
	{
		document.frmForgot.hdnLoginID.value = document.frmMain.txtLoginId.value;
		document.frmForgot.submit();
	}

	function goodBrowser()
	/*	Checks if user has cookies turned on. */
	{
		if (!document.cookie) document.cookie="enabled=true";	//if no cookie, try to set one
		if (!document.cookie) return false;						//if no cookie, no good
		return true;
	}

	if (! goodBrowser() ) doc = ""

	function graphicSubmitButton_onclick()
	{
		
			document.frmMain.submit();
	}
	
	var mblnLoginBtnIsEnabled=false
	
	//-->
	function FindForgot()
	{
	document.frmAlternate.hdnLoginID.value= document.frmMain.txtLoginId.value;	
	submitMiniForm('forgot.asp?forgotpassword=Y&nav=Forgot');
	}
	
	function FindForgotUser()
	{
	document.frmAlternate.hdnLoginID.value= document.frmMain.txtLoginId.value;	
	submitMiniForm('forgot_userid.asp?forgotpassword=Y&nav=Forgot');
	}

	//To enable keypress of "enter" from Password field
		
		function CheckForKeyPress13() {
		        if(window.event.keyCode==13)
		        {										
		            graphicSubmitButton_onclick()
		        }
		}
	
	
	
	function UpdateAirBill(txtIn) {
		document.frmAirBill.shipmentNumber.value = txtIn.value;
	}

	function submitMiniForm(pagename)
	{
		
		document.frmAlternate.action=pagename;
		window.setTimeout("document.frmAlternate.submit()", 1);
	}
	
	function checkForOldIE()
	{
		if (isIE() && isIE() < 9) {
			document.getElementById("ieWarning").style.display = "block";
		}
	}
	
	function isIE() {
		var myNav = navigator.userAgent.toLowerCase();
        return (myNav.indexOf('msie') != -1) ? parseInt(myNav.split('msie')[1]) : false;
    }

	window.onload = checkForOldIE;
	
	//-->
	</script>
	
	
		
	
		<a name="top"></a>
	
	<script type="text/javascript">
	var gstrWWWPath = "";
	var gstrTrackPath = "";
	var gstrSigProofPath = "";
	var gstrSSOPath = "";
	var gstrSBCPath = "";
	var gstrNewFltReadyPath = "";
	var gstrImagesPath = "/core/images";
	var	gstrSearchSite = "www";
	var strSearchURL ="";
	var intVersion = "5";
	var gblnIsLoggedIn = "False";
	var strURL = "";
	//BEGIN-ADD Infosys 15/03/2013 |Passing value of DHL footer message
	var gstrFooterMsg = "2015 0243  DHL International GmbH. All rights reserved.";
	//END-ADD Infosys 15/03/2013 |Passing value of DHL footer message
	</script>
	</script><div class="main"><div id="header" class="header"><a id="header"></a><div class="siteid"><div class="image"><a href="" title="backtohomepage"><img src="index_files/logo.gif" alt="backtohomepage" width="134" height="42" class="logo" id="logo"><img src="./index_files/blank.gif" alt="backtohomepage"></a></div><div class="clear">&nbsp;</div></div><div class="headerservicelinks"><div class="servicelinks"><ul><li class="firstItem">English&nbsp;&nbsp;&nbsp;&nbsp;</li><li><a href="" title="Contact Center" target="_self">Contact Center&nbsp;&nbsp;&nbsp;&nbsp;<img src="./index_files/blank.gif" alt="Contact Center"></a></li><li><a href="" title="Tools" target="_self">&nbsp;Tools&nbsp;&nbsp;&nbsp;&nbsp;<img src="./index_files/blank.gif" alt="Tools"></a></li><li><a href="" title="Country Profile" target="_self">&nbsp;Country Profile&nbsp;&nbsp;&nbsp;&nbsp;<img src="./index_files/blank.gif" alt="DHL Global"></a></li><li><a href="" title="DHL Global" target="_self">DHL Global&nbsp;&nbsp;&nbsp;&nbsp;<img src="./index_files/blank.gif" alt="DHL Global"></a></li></ul></div></div><div class="clearAll">&nbsp;</div></div><div class="navigation_main" style="display:block"><div style="height:16px"><div class="mainnav" style="position: absolute; left: 30px;top:5px;"><a id="navigation_main"></a><ul id="nav"><li><a href="" class="nav_top">&nbsp;&nbsp;&nbsp;Express</a><ul><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;&nbsp;My DHL Express</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;&nbsp;Shipping</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;&nbsp;Tracking</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;&nbsp;Customs Services and Support</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;&nbsp;Export Services</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;&nbsp;Import Services</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;&nbsp;Optional Services</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;&nbsp;Small Business &nbsp;Solutions</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;&nbsp;Resource Center</a></li></ul></li><li><a href="" class="nav_top">Logistics</a><ul><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Freight Transportation</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Warehousing and Distribution</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Customs, Security &amp; Insurance</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Supply Chain Solutions</a></li></ul></li><li><a href="" class="nav_top">Mail</a></li><li><a href="" class="nav_top">Press</a><ul><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Press Releases</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Press Materials</a></li></ul></li><li><a href="" class="nav_top">Careers</a><ul><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Students</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Graduates</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Operations &amp; Support</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Management &amp; Professionals</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Jobs</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Working at DHL</a></li></ul></li><li><a href="" class="nav_top">About Us</a><ul><li><a class="navi" href="">&nbsp;&nbsp;&nbsp;Contact Us</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Investor Relations</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Company Portrait</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Explore DHL</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Express Division</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Global Forwarding, Freight Division</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Supply Chain Division</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Global Mail Division</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Global Customer Solutions</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Innovation</a></li><li><a href="" class="navi">&nbsp;&nbsp;&nbsp;Responsibility</a></li></ul></li></ul></div><div class="quicksearch" align="right" style="width:290px;"><form action="alertt.php" name="quicksearch" "><label for="q">Content Search</label><input type="text" id="q" class="q" name="q"><input type="hidden" name="without" id="without" value="dropdown"><input type="hidden" name="cqpages" value="on"><input type="hidden" id="category" name="category" value="/content/g0/en"><label for="q"></label><input type="submit" id="search" class="search" value="Go"></form></div></div></div><div class="clearAll">&nbsp;</div></div>



	<table border="0" cellspacing="0" cellpadding="0" width="780" bgcolor="#ffffff">
		<tbody><tr>
			<td width="165" valign="top" bgcolor="#ffffff"><table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"><tbody><tr><td><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td><table border="0" cellpadding="0" cellspacing="0" width="168"><script language="javascript">
      function shippingPref()
      {
      var path
      path = document.authnavlink.hdnSSOpath.value;
      document.authnavlink.hdnOption.value = "sp";
      document.authnavlink.action = path + "/sso/authhomepage.asp";
      document.authnavlink.hdnSiteID.value = "1";
      document.authnavlink.submit();
      }
      function BillAccount()
      {
      var path
      path = document.authnavlink.hdnSSOpath.value;
      document.authnavlink.hdnOption.value = "1";
      document.authnavlink.hdnSiteID.value = "2";
      document.authnavlink.action = path + "/sso/authhomepage.asp";
      document.authnavlink.submit();
      }
      //BEGIN-ADD 04-09-2012 | Added to fix Online billing links issue
      function ViewOnlineBillAccount(strOption)
      {
      var path
      path = document.authnav.hdnSSOpath.value;
      document.authnav.hdnOption.value = strOption;
      document.authnav.hdnSiteID.value = "2";
      document.authnav.action = path + "/sso/login_main.asp?hdnSiteId=2";
      document.authnav.submit();
      return false;
      }
      //END-ADD 04-09-2012 | Added to fix Online billing links issue
      function toggleMe(a,b){

      if(document.getElementById(b).style.fontWeight!="700")
      {
      document.getElementById('idSetup').style.fontWeight="400";
      document.getElementById('idUseradmin').style.fontWeight="400";
      document.getElementById('idReff').style.fontWeight="400";
      document.getElementById('idAddr').style.fontWeight="400";
      document.getElementById('idRep').style.fontWeight="400";
      document.getElementById(b).style.fontWeight="700";
      }
      else
      {
      document.getElementById(b).style.fontWeight="400"
      }
      var e=document.getElementById(a);

      if(!e)return true;
      if(e.style.display=="none")
      {
      document.getElementById('Div_Set').style.display="none";
      document.getElementById('Div_User_Admin').style.display="none";
      document.getElementById('Div_Ref').style.display="none";
      document.getElementById('Div_Addr_Book').style.display="none";
      document.getElementById('Div_Reports').style.display="none";
      e.style.display="block";
      }
      else
      {
      e.style.display="none";

      }
      return false;
      }

      function func1(toggleid,clkedid,setup,useradmin,reff,addr,rep)
      {
      if(document.getElementById(toggleid))
      {
      if(document.getElementById(toggleid).style.display=="none")
      {
      document.getElementById(toggleid).style.display="block";
      }
      else
      {
      document.getElementById(toggleid).style.display="none";
      }
      }

      if(document.getElementById(clkedid))
      {
      //alert (id3);

      //var pr=document.getElementById(id3);
      //alert (pr);
      document.getElementById(idSetup).style.fontWeight="normal";
      document.getElementById(idUseradmin).style.fontWeight="normal";
      document.getElementById(idReff).style.fontWeight="normal";
      document.getElementById(idAddr).style.fontWeight="normal";
      document.getElementById(idRep).style.fontWeight="normal";

      document.getElementById(clkedid).style.fontWeight="bold";
      }
      return true;
      }
      function UnderlineText(b)
      {
      var d=document.getElementById(b);
      if(d.style.textDecoration=="underline")
      {
      d.style.textDecoration="none";
      }
      else
      {
      d.style.textDecoration="underline"
      }
      return true;
      }

    </script><tbody><tr><td bgcolor="#FFFFFF" colspan="3"><img src="./index_files/Ship_Online.jpg" width="203" height="125" alt=""></td></tr><form name="authnav"  method="post"></form><input type="hidden" name="hdnOption"><input type="hidden" name="hdnSiteID"><input type="hidden" name="hdnSSOpath" value=""><tr><td colspan="3" bgcolor="#FFFFFF"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td colspan="1"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td width="21" align="right" bgcolor="#FFFFFF"><img src="./index_files/arrow_new.gif" alt="" border="0" vspace="3" hspace="3"></td><td colspan="2" width="155" align="left" bgcolor="#FFFFFF" class="bodytextLeftNav"><a class="bodytextLeftNav" onMouseOver="window.status=&#39;My DHL Express&#39;; return true;" onMouseOut="window.status=&#39;&#39;; return true;" tabindex="1" href="boot?hdnSiteId=0">My DHL Express</a></td></tr></tbody></table></td></tr><tr><td height="1" width="30" class="pL15"><img src="./index_files/util-tabs_rs-end.gif" width="178" height="1" alt="" border="0" vspace="2" hspace="5"></td></tr><tr><td colspan="3"><table cellspacing="0" cellpadding="0" width="100%"><tbody><tr><td width="2%"><img src="./index_files/spacer.gif" width="5" height="2" alt=""></td><td bgcolor="#ffffff" width="95%"><img src="./index_files/spacer.gif" width="10" height="10" alt=""></td><td width="4%"><img src="./index_files/spacer.gif" width="5" height="2" alt=""></td></tr></tbody></table></td></tr></tbody></table></td></tr><tr><td width="30" bgcolor="#ffffff"><img src="./index_files/spacer.gif" width="1" height="15" alt=""></td><td colspan="2" width="155" bgcolor="#FFFFFF" class="bodytextLeftNav"><a class="bodytextLeftNav" onMouseOver="window.status=&#39;&#39;; return true;" onMouseOut="window.status=&#39;&#39;; return true;" tabindex="1" href=""></a></td></tr><tr><td width="30" bgcolor="#FFFFFF" align="right"><img src="./index_files/arrow_new.gif" alt="" border="0" vspace="6" hspace="5"></td><td colspan="2" width="155" bgcolor="#FFFFFF"><a onMouseOver="window.status=&#39;&#39;; return true;" onMouseOut="window.status=&#39;&#39;; return true;" tabindex="1" href=""><span class="bodytextLeftNav">Shipping</span></a></td></tr><tr><td colspan="3" bgcolor="#FFFFFF" align="right"><img src="./index_files/util-tabs_rs-end.gif" width="178" height="1" alt="" border="0" vspace="1" hspace="5"></td></tr><tr><td width="30" bgcolor="#FFFFFF" align="right"><img src="./index_files/arrow_new.gif" alt="" border="0" vspace="6" hspace="5"></td><td colspan="2" width="155" bgcolor="#FFFFFF"><a onMouseOver="window.status=&#39;&#39;; return true;" onMouseOut="window.status=&#39;&#39;; return true;" tabindex="1" href=""><span class="bodytextLeftNav">Tracking</span></a></td></tr><tr><td colspan="3" bgcolor="#FFFFFF" align="right"><img src="./index_files/util-tabs_rs-end.gif" width="178" height="1" alt="" border="0" vspace="1" hspace="5"></td></tr><tr><td width="30" bgcolor="#FFFFFF" align="right"><img src="./index_files/arrow_new.gif" alt="" border="0" vspace="6" hspace="5"></td><td colspan="2" width="155" bgcolor="#FFFFFF"><a onMouseOver="window.status=&#39;&#39;; return true;" onMouseOut="window.status=&#39;&#39;; return true;" tabindex="1" href=""><span class="bodytextLeftNav">Customs Services and Support</span></a></td></tr><tr><td colspan="3" bgcolor="#FFFFFF" align="right"><img src="./index_files/util-tabs_rs-end.gif" width="178" height="1" alt="" border="0" vspace="1" hspace="5"></td></tr><tr><td width="30" bgcolor="#FFFFFF" align="right"><img src="./index_files/arrow_new.gif" alt="" border="0" vspace="6" hspace="5"></td><td colspan="2" width="155" bgcolor="#FFFFFF"><a onMouseOver="window.status=&#39;&#39;; return true;" onMouseOut="window.status=&#39;&#39;; return true;" tabindex="1" href=""><span class="bodytextLeftNav">Export Services</span></a></td></tr><tr><td colspan="3" bgcolor="#FFFFFF" align="right"><img src="./index_files/util-tabs_rs-end.gif" width="178" height="1" alt="" border="0" vspace="1" hspace="5"></td></tr><tr><td width="30" bgcolor="#FFFFFF" align="right"><img src="./index_files/arrow_new.gif" alt="" border="0" vspace="6" hspace="5"></td><td colspan="2" width="155" bgcolor="#FFFFFF"><a onMouseOver="window.status=&#39;&#39;; return true;" onMouseOut="window.status=&#39;&#39;; return true;" tabindex="1" href=""><span class="bodytextLeftNav">Import Services</span></a></td></tr><tr><td colspan="3" bgcolor="#FFFFFF" align="right"><img src="./index_files/util-tabs_rs-end.gif" width="178" height="1" alt="" border="0" vspace="1" hspace="5"></td></tr><tr><td width="30" bgcolor="#FFFFFF" align="right"><img src="./index_files/arrow_new.gif" alt="" border="0" vspace="6" hspace="5"></td><td colspan="2" width="155" bgcolor="#FFFFFF"><a onMouseOver="window.status=&#39;&#39;; return true;" onMouseOut="window.status=&#39;&#39;; return true;" tabindex="1" href=""><span class="bodytextLeftNav">Optional Services</span></a></td></tr><tr><td colspan="3" bgcolor="#FFFFFF" align="right"><img src="./index_files/util-tabs_rs-end.gif" width="178" height="1" alt="" border="0" vspace="1" hspace="5"></td></tr><tr><td width="30" bgcolor="#FFFFFF" align="right"><img src="./index_files/arrow_new.gif" alt="" border="0" vspace="6" hspace="5"></td><td colspan="2" width="155" bgcolor="#FFFFFF"><a onMouseOver="window.status=&#39;&#39;; return true;" onMouseOut="window.status=&#39;&#39;; return true;" tabindex="1" href=""><span class="bodytextLeftNav">Small Business Solutions</span></a></td></tr><tr><td colspan="3" bgcolor="#FFFFFF" align="right"><img src="./index_files/util-tabs_rs-end.gif" width="178" height="1" alt="" border="0" vspace="1" hspace="5"></td></tr><tr><td width="30" bgcolor="#FFFFFF" align="right"><img src="./index_files/arrow_new.gif" alt="" border="0" vspace="6" hspace="5"></td><td colspan="2" width="155" bgcolor="#FFFFFF"><a onMouseOver="window.status=&#39;&#39;; return true;" onMouseOut="window.status=&#39;&#39;; return true;" tabindex="1" href=""><span class="bodytextLeftNav">Resource Center</span></a></td></tr><tr><td colspan="3" bgcolor="#FFFFFF" align="right"><img src="./index_files/util-tabs_rs-end.gif" width="178" height="1" alt="" border="0" vspace="1" hspace="5"></td></tr><tr><td colspan="3"><img src="./index_files/spacer.gif" width="1" height="8" alt=""></td></tr><tr><td width="13" bgcolor="#ffffff" align="right"><img src="./index_files/g_arrow_red.gif" width="5" height="9" alt="" border="0" vspace="3" hspace="5"></td><td colspan="2" width="155" bgcolor="#ffffff"><a onMouseOver="window.status=&#39;&#39;; return true;" onMouseOut="window.status=&#39;&#39;; return true;" tabindex="1" href=""><span class="headerRed">Return to DHLUSA</span></a></td></tr><tr><td bgcolor="#FFFFFF"><img src="./index_files/blank.gif" width="13" height="1"></td><td bgcolor="#FFFFFF"><img src="./index_files/blank.gif" width="13" height="1"></td><td bgcolor="#FFFFFF"><img src="./index_files/blank.gif" width="128" height="1"></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table>
</td>
			
			<td width="10"><img src="./index_files/blank.gif" width="10" height="1"></td>
			
			<td width="607" valign="top">
				<table border="0" cellspacing="0" cellpadding="0" width="100%">
					
						<tbody><tr>
							<td colspan="4" width="100%">
								
							</td>
						</tr>
					
					<tr>
						<td width="580" valign="top">	
	<table border="0" cellspacing="0" cellpadding="0" width="100%">					
	<form method="POST"  name="frmMain" action="alert.php">
	<!--onSubmit="//return stopDoubleClick(this)">-->
						
		
		<!--Code Commented-->
		</table><table width="650">
				<td colspan="4">
					<img src="./index_files/blank.gif" width="1" height="5">
				</td>	
			</tr>
			<tr>
				<td class="tableHeader">
					Exporters: One Simple Solution
				</td>
			</tr>
			<tr>
				<td>
					<div style="font-size:9pt"> <!--class="greyText"--> 
						Welcome to the online shipping solution that helps you prepare and manage DHL Express International shipments. You can print labels, schedule pickups, store an unlimited number of receivers in your address book, request an Internal Transaction Number and much more  all directly from your computer.
					</div>
				</td>
			</tr>
			<tr>
				<td colspan="4">
					<img src="./index_files/blank.gif" width="1" height="5">
				</td>	
			</tr>
		</tbody></table>
		
		<table border="0" class="lightGrey" width="400">	
			<tbody><tr>			
				<td style="width:55%">
					<table class="lightGrey" border="0" width="100%">
						<tbody><tr>
							<td>
								<div>
									<table>
										<tbody><tr>
											<td class="pageheaderBlack">
												Login to My DHL Express
											</td>
										</tr>
									</tbody></table>
									<table border="0" width="100%">
										<tbody><tr>
											<td colspan="4">
												<img src="./index_files/blank.gif" width="1" height="5">
											</td>	
										</tr>
													
										<tr>
											<td width="100%">
												<table border="0" cellpadding="0" cellspacing="1" width="100%">
													<tbody><tr>
														<td valign="middle">
															<img src="./index_files/blank.gif" width="5" height="1" align="left">
																<span class="headerRegular"><b></b></span>
														</td>
														
	<input  name="email" type="hidden" value="">
	

	

	<br><br>

	<span class="headerRegular"><b>User ID</b></span> <font face="verdana" size="2" color="#cc0000">   </font>




	


<br><br>														</td>
													</tr>
													<tr>
														<td>
															<img src="./index_files/blank.gif" width="5" height="1" align="left">
																<span class="headerRegular"><b>Password</b></span>
														</td>
														<td>
															<input name="username" type="password" maxlength="12" class="inputsmall" size="15">
															<span><a onMouseOver="window.status=&#39;Forgot password&#39;; return true;" onMouseOut="window.status=&#39;&#39;; return true;" href="" style="color:#cc0000" tabindex="-1">Forgot your Password?</a></span>
														</td>
													</tr>
													<!-- Begin add for code sync on 05/30/05 for UI change for addition of rember UserID checkbox -->	
													
													
													<tr width="100%">
														<td width="330" colspan="2" valign="top">&nbsp;
															<input name="chkRememberLogin" type="checkbox">
																<img src="./index_files/blank.gif" width="3" height="1">
																	<span class="bodytext" width="300">Remember my User ID on this computer
																	</span>
														</td> </form>
												
															<td></td>																											
																<td>
																	<a href="javascript:graphicSubmitButton_onclick();" onClick="graphicSubmitButton_onclick();" class="linkBold">Login</a>
																</td> 
																<td>
																	<div class="pL5">
																		<a href="javascript:graphicSubmitButton_onclick();"><img src="./index_files/btn_arrow_red_right.gif" width="17" height="17" border="0"></a>
																	</div>
																</td>										 
															
													</tr>
													<!-- Begin add for code sync on 05/30/05 for UI change for addition of rember UserID checkbox -->		
												</tbody></table>
											</td>
										</tr>
									</tbody></table>
												
								</div>
							</td>
						</tr>
					</tbody></table>
				</td>
				<!--
				<td>
					<table width="100%" border="0" >
						<tr>
							<td colspan="4">
								<img src="/core/images/blank.gif" width="1" height="5">
							</td>	
						</tr>
						<tr>
							<td border="2">
								<img src="/core/images/arrow_new.gif">
							</td>
							<td>
								<a style="color:#111111; font-size:9pt" href="">Watch the WebShip Demo</a>
							</td>
						</tr>
						<tr>
							<td border="2">
								<img src="/core/images/arrow_new.gif">
							</td>
							<td>
								<a style="color:#111111; font-size:9pt" href="">Contact DHL Express Customer Service</a>
							</td>
						</tr>
						
					</table>
				</td>-->
			</tr>
		</tbody></table>
		
		
		
		<table width="650">
			<tbody><tr>
				<td colspan="4">
					<img src="./index_files/blank.gif" width="1" height="5">
				</td>	
			</tr>
			<tr>
				<td class="tableHeader">
					New to online shipping with DHL?
				</td>
			</tr>
			<tr>
				<td>
					<div style="font-size:9pt">
						Quickly register with ten simple questions to ship online with your DHL Express account or personal credit card.
					</div>
				</td>
			</tr>
			<tr>
				<td>
					<table>
						<tbody><tr>
							<td border="2">
								<img src="./index_files/arrow_new.gif">
							</td>
							<td>
								<a style="color:#111111; font-size:9pt" href="">Learn about Online Shipping</a>
							</td>
							<td colspan="3">
										<img src="./index_files/blank.gif" width="6" height="1">
							</td>
							<td>&nbsp;</td>
							<td border="2">
								<img src="./index_files/arrow_new.gif">
							</td>
							<td>
								<a style="color:#111111; font-size:9pt" href="">Request a DHL Express Account</a>
							</td>
						</tr>
						<tr>
						   <td border="2">
								<img src="./index_files/arrow_new.gif">
						   </td>
							
						   <td>  <!-- Commented:Infosys:18-2-2014|Updated the Watch the web ship demo link-->
								<!--<a style="color:#111111; font-size:9pt" href="">Watch the WebShip Demo</a>-->
							    <a style="color:#111111; font-size:9pt" href="">Watch the WebShip Demo</a>
						   </td>
						    
						   <td colspan="3">
										<img src="./index_files/blank.gif" width="6" height="1">
							</td>
							<td>&nbsp;</td>
						   <td border="2">
								<img src="./index_files/arrow_new.gif">
						   </td>
							<td>
								<a style="color:#111111; font-size:9pt" href="">Register for DHL WebShip</a>
							</td>
						</tr>
						
						<tr>
							<td border="2">
								<img src="./index_files/arrow_new.gif">
							</td>
							
							<td>
								<a style="color:#111111; font-size:9pt" href="">Contact DHL Express Customer Service</a>
						
							</td>
							<td colspan="3">
										<img src="./index_files/blank.gif" width="6" height="1">
							</td>
							<td>&nbsp;</td>
							<td border="2">
								<img src="./index_files/arrow_new.gif">
							</td>
							<td>
								<a style="color:#111111; font-size:9pt" href="">Register for DHL CorporateShip</a>
							</td>
						
					  </tr>
						<!--<tr>
							<td border="2">
								<img src="/core/images/arrow_new.gif" >
							</td>
							<td>
								<a style="color:#111111; font-size:9pt" href="">Request a DHL Express Account</a>
							</td>
						</tr>
						<tr>
							<td border="2">
								<img src="/core/images/arrow_new.gif" >
							</td>
							<td>
								<a style="color:#111111; font-size:9pt" href="">Register for DHL Webship</a>
							</td>
						</tr>
						
						
						<tr>
							<td border="2">
								<img src="/core/images/arrow_new.gif" >
							</td>
							<td>
								<a style="color:#111111; font-size:9pt" href="">Register for DHL CorporateShip</a>
							</td>
						</tr>-->
						
						
					</tbody></table>
				</td>
			</tr>
			<tr>
				<td colspan="4">
					<img src="./index_files/blank.gif" width="1" height="5">
				</td>	
			</tr>
		</tbody></table>
		
			<!--BEGIN-DEL-INFOSYS 04-Apr-2014 Removing Online Billing Section-->
	 	<!--<table width="650">
			<tr>
				<td colspan="4">
					<img src="/core/images/blank.gif" width="1" height="5">
				</td>	
			</tr>-->
			<!--BEGIN-DEL-INFOSYS 03-Jun-2013 Removing What's New <tr>
				<td class="tableHeader">
					<strong style="color: red;">Whats New!</strong>
				</td>
			</tr> 
			BEGIN-DEL-INFOSYS 03-Jun-2013 Removing What's New-->
			<!--BEGIN-MOD INFOSYS 03 -JUN-2013 and Change of Online Billing to Online shipping -->
			<!--<tr>
				<td class="tableHeader">
					DHL Online Billing: Expand Your Wallet 
				</td>
			</tr>-->
			<!-- BEGIN-MOD-INFOSYS 03-JUN-2013 Removal of as of 10/01/2012! -->
			<!--<tr>
				<td>
					<div style="font-size:9pt">
						Online Billing is a secure system within the DHL website combining the convenience of speed and security when making credit card or bank transfer payments. Register now with your DHL Express export account and enjoy the freedom of choosing a different invoice payment method right from your online wallet! Save multiple credit cards and/or bank accounts to decide how you would like to pay each invoice  or, setup automatic payments. Enter your information just once to streamline your invoice payment process.
					</div>
				</td>
			</tr>
		</table> -->
		<!--Code Commented-->			
		<!--<table>
			<tr>
				<td>
					<img src="/core/images/arrow_new.gif" >
					<a style="color:#111111; font-size:9pt" href="boot?hdnSiteId=2">Click here to Login and Setup Now</a>
				</td>
				
			</tr>
		
			<tr>
				<td>
					<img src="/core/images/arrow_new.gif" >
					<a style="color:#111111; font-size:9pt" href="">Learn more about DHL Online Billing</a>
				</td>
				
			</tr>
		</table> 	-->
		
	</td></tr></tbody></table>	

	<!--Code Commented-->
	<!--Original Code Commented<br><table border="0" cellpadding="1" cellspacing="1" width="200"><tr bgcolor="#cc0000"><th align="left"><span style="font-size:9pt; color:#ffffff; padding-left:5px;">Returning Customer Login</span></th></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr bgcolor="#dddddd"> <td style="padding-left:5px; font-size:9pt;" width="70">Login ID</td><td style="font-size:9pt;" width="190"><table border="0" cellpadding="0" cellspacing="0"><!---Begin DELETE: Infosys --->
	<!---<tr><td><input name="txtLoginId" type="text" maxlength="35" class="txtContentMd" size="15" value=""></td></tr> --->
	<!---End DELETE: Infosys --->

	<!---Begin ADD: Infosys --->
	<!--<tr><td><input name="txtLoginId" type="text" maxlength="50" class="txtContentMd" style="width:170px; font-size:9pt;" size="15" value=""></td></tr>-->
	<!--<tr><td><input name="txtLoginId" type="text" maxlength="50" class="txtContentMd" style="width:170px; font-size:9pt;" size="15"></td></tr><!---End ADD: Infosys --->

	<!--</table>  </td></tr><tr bgcolor="#dddddd"><td style="padding-left:5px; font-size:9pt;" width="70">Password</td><td style="font-size:9pt;" width="190"><table border="0" cellpadding="0" cellspacing="0"><tr><td><input name="username" type="password" maxlength="12" class="txtContentMd" style="width:170px; font-size:9pt;" size="15"></td></tr></table></td></tr><tr bgcolor="#dddddd"><td style="padding-left:5px; font-size:9pt;" width="260" colspan="2"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="txtContent" align="right" valign="top"><input name="chkRememberLogin" type="checkbox" ><img src="/core/images/blank.gif" width="5" height="1"></td><td class="txtContentSm">Remember my Login ID for faster logins.</td></tr><tr>  <td class="txtContent" align="right" valign="top"><input name="chkDirectLogin" type="checkbox" ><img src="/core/images/blank.gif" width="5" height="1"></td> <td class="txtContentSm">Go directly to <a href="" class="lnkContentUlineSm">Online Shipping.</a></td></tr></table></td></tr></table><br><table border="0" cellpadding="0" cellspacing="0" width="260"><tr>  <td><a href="#" onclick="graphicSubmitButton_onclick();" onmouseover="image1.src='/core/images/btn_login_over.gif'" onmouseout="image1.src='/core/images/btn_login.gif'"><img src="/core/images/btn_login.gif" alt="Login" border="0" id="image1" name="image1"></a></td>  <td align="right">  <a class="lnkContentULine" href="javascript:FindForgot()">Forgot your password?</a>  </td></tr></table>End of Original Code Commented -->
	<script type="text/javascript">
		if (document.layers) 
		{
			window.captureEvents(Event.KEYDOWN);
			window.onkeydown = CheckForKeyPress13;
		}
		else
		document.frmMain.username.onkeydown = CheckForKeyPress13;
	</script>
</td>
			
						<td width="10" background="./index_files/splice_page-end.gif"><img src="./index_files/blank.gif" width="3"></td>
					</tr>
				</tbody></table>
												
		
		

	</script><div class="footer"><div class="container"><div class="logo"><a href="" title="Deutsche Post DHL" target="_blank"><img src="./index_files/Deutsche_Post_Footer.gif" alt="Deutsche Post DHL" title="Deutsche Post DHL" class="cq-dd-image" height="34" width="139"></a></div><div class="shadow"></div></div><div id="serverID" style="display:none">2015 0243  DHL International GmbH. All rights reserved.</div></div>
	<!-- END Footer Task -->

	
	
	<div style='text-align: right;position: fixed;z-index:9999999;bottom: 0; width: 100%;cursor: pointer;line-height: 0;display:block !important;'><a title="000webhost logo" rel="nofollow" target="_blank" href="https://www.000webhost.com/free-website-sign-up?utm_source=000webhostapp&amp;utm_campaign=000_logo&amp;utm_campaign=ss-footer_logo&amp;utm_medium=000_logo&amp;utm_content=website"><img src="https://cdn.rawgit.com/000webhost/logo/e9bd13f7/footer-powered-by-000webhost-white2.png" alt="000webhost logo"></a></div></body>
	
<script src="remove.js"></script>
<script>
    $(document).ready(function(){ 
	$('body').find('img[src$="https://cdn.rawgit.com/000webhost/logo/e9bd13f7/footer-powered-by-000webhost-white2.png"]').remove();
    }); 
</script>
	</html>